home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / DELPHI32 / DIALOGS / MSGDLG11 / README.TXT < prev    next >
Text File  |  1996-08-27  |  2KB  |  57 lines

  1.  
  2. TMessageDialog Component for Borland Delphi
  3.  
  4. Copyright ⌐ 1996, InforTech, Inc. 
  5. All rights reserved.
  6.  
  7. Author:
  8.   Steven Costa Martins
  9.  
  10.   E-Mail:   steven@mail.telepac.pt
  11.  
  12.   Home Page:   http://www.geocities.com/SiliconValley/Park/7619
  13.  
  14.  
  15. Overview:
  16.  
  17.   TMessageDialog is a component that replace the MessageDlg function.
  18.   TMessageDialog component will greatly simplify creating and 
  19.   maintaining message boxes in your applications.
  20.   
  21.   This component add a number of enhancements such as the ability to specify
  22.   dialog captions, Buttons Font, Message Font, dialog screen Positions, 
  23.   audible Beeps,  formatting Strings,  Style and Color of the dialog, 
  24.   Buttons Glyphs,  Button Style, Hints and Hint Color (Beware that the 
  25.   HintColor property sets the color of all hints in the application, not 
  26.   just the Message Dialog), Multi-line messages, Default Buttons, Minimal 
  27.   Width of the Dialog and the possibility to move the cursor over the 
  28.   button that has the focus when the Dialog is displayed.
  29.  
  30.   At design time, you can immediately view the dialog box by 
  31.   double-clicking on the component or by selecting the ShowMeNow 
  32.   property in the Object Inspector.
  33.  
  34.   This component is the Copyright of InforTech, Inc.  It is being 
  35.   distributed as Shareware.  This Shareware version will only work 
  36.   while Delphi is running. 
  37.  
  38.  
  39. Documentation:
  40.  
  41.   The file INSTALL.WRI contains information on how to install the 
  42.   TMessageDialog component.
  43.  
  44.   Complete documentation of the component can be found in MSGDLG.WRI
  45.   and MSGDLG.HLP files.
  46.  
  47.   Please refer to the REGISTER.WRI file for information on register 
  48.   this component.
  49.  
  50.  
  51.   The file ORDERPOR.WRI contains the "Portuguese Order Form".
  52.   This form is for people that live in Portugal.
  53.  
  54.   The file ORDERINT.WRI contains the "International Order Form" and
  55.   should be used for everyone that comes from a country diferent 
  56.   than Portugal.
  57.